From 12c87d042cdc098b7cb6fa5af6cf7bb52a95a85f Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 27 Jan 2011 03:54:33 +0000 Subject: [PATCH] Removed getConnectionOrDie(), accidentally added in r80957 --- includes/installer/DatabaseInstaller.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index 9722c55ab0..b85f02d5d4 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -212,14 +212,6 @@ abstract class DatabaseInstaller { 'connection' => $status->value ) ) ); } - /** - * Get a Database connection object. Throw an exception if we can't get one. - * - * @return DatabaseBase - */ - public function getConnectionOrDie() { - } - /** * Perform database upgrades * -- 2.20.1